home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / linux / atari / source / source.lzh / atari-linux-0.01pl3 / drivers / char / atari_SCC.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-05  |  921 b   |  41 lines

  1.  
  2.  
  3.  
  4. /*
  5.  * drivers/char/atari_SCC.c: Atari SCC serial ports implementation
  6.  *
  7.  * Copyright 1994 Roman Hodek
  8.  *   EMail: rnhodek@cip.informatik.uni-erlangen.de (Internet)
  9.  *      or: Roman_Hodek@n.maus.de (MausNet, NO mail > 16 KB!)
  10.  * Partially based on PC-Linux serial.c by Linus Torvalds and Theodore Ts'o
  11.  * 
  12.  * This file is subject to the terms and conditions of the GNU General Public
  13.  * License.  See the file README.legal in the main directory of this archive
  14.  * for more details.
  15.  *
  16.  */
  17.  
  18. #include <linux/types.h>
  19. #include <linux/sched.h>
  20. #include <linux/interrupt.h>
  21. #include <linux/errno.h>
  22. #include <linux/tty.h>
  23. #include <linux/termios.h>
  24. #include <linux/atarihw.h>
  25. #include <linux/atariints.h>
  26.  
  27. #include "atari_serial.h"
  28. #include "atari_MFPser.h"
  29.  
  30.  
  31. void atari_init_SCC( struct async_struct *info, SERTYPE type,
  32.                      int tt_flag, void *ri_addr,
  33.                      unsigned char ri_bitno, unsigned char ri_active )
  34.  
  35. {    
  36.  
  37. }
  38.  
  39.  
  40.  
  41.